home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / misc / SmartReadArgs.lha / smartreadargs / ReadMe < prev    next >
Encoding:
Text File  |  1998-09-07  |  1.9 KB  |  77 lines

  1. TITLE
  2.  
  3.   SmartReadArgs
  4.  
  5. VERSION
  6.  
  7.   1.6
  8.  
  9. AUTHOR
  10.  
  11.   Thomas Aglassinger <agi@sbox.tu-graz.ac.at>
  12.  
  13.   Based on ExtReadArgs by Stefan Ruppert
  14.  
  15. DESCRIPTION
  16.  
  17.   SmartReadArgs is a Workbench/CLI transparent interface to
  18.   ReadArgs().
  19.  
  20.   In case of a Workbench start, it analyzes the WBStartup message and
  21.   possible tooltypes. These are converted to a text string that can be
  22.   passed to ReadArgs() like before.
  23.  
  24.   If the application was stared from CLI, it simply calls ReadArgs()
  25.   without the conversion step.
  26.  
  27. FEATURES
  28.  
  29.   - Accepts multi-selected files from Workbench
  30.   - Internal handles WINDOW tooltype to open CLI in case there is any
  31.     output necessary if started from Workbench
  32.   - Full source code included
  33.  
  34. NEW FEATURES (to ExtReadArgs)
  35.  
  36.   - Fixed a couple of minor bugs
  37.   - Ignores tooltypes not being part of the template given (useful
  38.     for commodities etc.)
  39.   - Supports NewIcons also on systems without NewIcons running
  40.   - Included Makefile for GCC
  41.  
  42. USAGE
  43.  
  44.   Read the autodocs to learn how to use it. Take a look at the example
  45.   "test.c" and play with it.
  46.  
  47.   The full source code is included.
  48.  
  49. DISCLAIMER
  50.  
  51.   There is no warranty for this software package. Although the author
  52.   has tried to prevent errors, he can't guarantee that the software
  53.   package described in this document is 100% reliable. You are
  54.   therefore using this material at your own risk. The author cannot be
  55.   made responsible for any damage which is caused by using this
  56.   software package.
  57.  
  58. DISTRIBUTABILITY
  59.  
  60.   Permission is granted to freely distribute the material (also only
  61.   parts of it) as long this ReadMe is included and all the copyright
  62.   notes are left unaltered except for a description of your changes.
  63.  
  64. COPYRIGHT
  65.  
  66.   SmartReadArgs (C) Copyright 1998 by Thomas Aglassinger
  67.  
  68.   ExtReadArgs (C) Copyright 1994,1995 by Stefan Ruppert
  69.  
  70. SEE ALSO
  71.  
  72.   dev/misc/extrdargs_v1.5.lha
  73.   dev/c/nrdargs.lha
  74.   dev/c/wb2argv.lha
  75.  
  76.  
  77.